home *** CD-ROM | disk | FTP | other *** search
- object UDPosForm: TUDPosForm
- Left = 290
- Top = 151
- BorderStyle = bsDialog
- Caption = 'User defined position'
- ClientHeight = 195
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 154
- Height = 13
- Caption = 'X postion from the left edge in %:'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 155
- Height = 13
- Caption = 'X postion from the top edge in %:'
- end
- object Bevel1: TBevel
- Left = 0
- Top = 145
- Width = 401
- Height = 50
- Align = alBottom
- Shape = bsTopLine
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 374
- Height = 41
- AutoSize = False
- Caption =
- 'Attention: this settings are only used if "User defined" is sele' +
- 'cted as method!'
- WordWrap = True
- end
- object RxSpinEdit1: TRxSpinEdit
- Left = 200
- Top = 16
- Width = 81
- Height = 21
- MaxValue = 95.000000000000000000
- TabOrder = 0
- OnChange = RxSpinEdit1Change
- end
- object RxSpinEdit2: TRxSpinEdit
- Left = 200
- Top = 40
- Width = 81
- Height = 21
- MaxValue = 95.000000000000000000
- TabOrder = 1
- OnChange = RxSpinEdit2Change
- end
- object BitBtn1: TBitBtn
- Left = 92
- Top = 160
- Width = 105
- Height = 25
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 204
- Top = 160
- Width = 105
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- Kind = bkCancel
- end
- object PreviewCheck: TCheckBox
- Left = 8
- Top = 120
- Width = 345
- Height = 17
- Caption = 'Show result in the preview'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- end
-